'Declaration Protected Overridable Function ReplaceAsyncOverride( _ ByVal index As Integer, _ ByVal item As T, _ ByVal cancellationToken As CancellationToken _ ) As Task(Of Integer)
protected virtual Task<int> ReplaceAsyncOverride( int index, T item, CancellationToken cancellationToken )
Parameters
- index
- The index of the replaced item.
- item
- The replaced item.
- cancellationToken
- The cancellation token.